/* BLOCK VIEW (block.html.twig) */
.mx_news_block_item {
	display: block;
	float:left;
	width: 47%;
	margin-right:6%;
	padding: 15px 0 30px 0;
}

.mx_news_block_item:last-child {
	margin-right:0;
	border-bottom: 0;
}

.mx_news_block_item h3 {
font-family: 'La Belle Aurore', cursive;
font-weight:normal;
font-size:24px;
text-transform: none;
letter-spacing :0;
}

.mx_news_block_item p {
	font-size:20px;
	line-height:24px;
	padding-bottom:35px;
}

.mx_news_block_image img {
	display: table;
}

.mx_news_block_image {
	float: left;
	display: table;
	margin-right: 10px;
}

.mx_news_block_content {
	float:right;
	max-width:425px;
}

.mx_news_block_item:last-child .mx_news_block_content {
	float:left;
}

/* Responsive */

@media screen and (max-width: 680px) {
	
	.mx_news_block_item {
	width: 100%;
	margin-right:0;
	}
	
	.mx_news_block_content {
		float:none !important;
		margin:0 auto;
	}
}

/* CATEGORY VIEW (category.html.twig) */
.mx_news_category_item {
	width: 100%;
	padding-top: 60px;
	margin-bottom: 25px;
	border-top: 2px #000000 solid;
}

.mx_news_category_item:first-of-type {
	border-top: none;
    padding-top: 0;
}

.mx_news_category_item h3 {
font-family: 'La Belle Aurore', cursive;
font-weight:normal;
font-size:24px;
text-transform: none;
letter-spacing :0;
}

.mx_news_category_item p {
	font-size:20px;
	line-height:24px;
	padding-bottom:35px;
}

.mx_news_category_image img {
	display: block;
    width: 100% !important;
    position: relative;
    top:30px;
    left: -35px;
}

.mx_news_category_image {
	float: left;
	display: block;
	width:calc(43% - 35px);
    margin-left: 35px;
    border: solid 1px #F2997B;
    margin-bottom: 60px;
}

.mx_news_category_content {
	float: left;
	display: block;
	width:57%;
	padding-left: 7%;
	max-width:425px;
}

/* Responsive */

@media screen and (max-width: 800px) {
	
	.mx_news_category_image {
	width:100%;
	padding-right: 0;
		padding-bottom:35px;
}

.mx_news_category_content {
width:100%;
	max-width:100%;
}

	
}

/* ITEM VIEW (item.html.twig) */

.mx_news_item_main_image {
	float: left;
	width:50%;
	margin: 0 35px 10px 0;
}

.mx_news_item_main_image img {
	display: table;
}

.mx_news_item_image {

	float: left;
	margin: 0 10px 10px 0;

}

.mx_news_item_image a {
	display: inline-block;
	width: 100%;
	height: 100%;
	float: left;
}

.mx_news_item_image img {
	float: left;
	clear: both;
}

.mx_news_item_image span {
	float: left;
	clear: both;
	width: 100%;
	line-height: 1em;
	margin: 7px 0 2px;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	height: 1em;
	text-overflow: ellipsis;
	white-space: nowrap;
}